[quartz] shouldInheritContentsScale from 10.7+ instead of 10.14+.
authorJohn Ralls <jralls@ceridwen.us>
Thu, 30 Jun 2022 22:25:50 +0000 (15:25 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Thu, 30 Jun 2022 22:25:50 +0000 (15:25 -0700)
gdk/quartz/GdkQuartzView.c

index 01d482267edab6c54b5b5261f58e85af50798bc7..d35a0c73f1c894f4d81903e5346ea250662dcdeb 100644 (file)
@@ -526,7 +526,7 @@ copy_rectangle_argb32 (cairo_surface_t *dest, cairo_surface_t *source,
 
 }
 
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 10700
 -(BOOL)layer:(CALayer*) layer shouldInheritContentsScale: (CGFloat)scale fromWindow: (NSWindow *) window
 {
   if (layer == self.layer && window == self.window)